From: Rosen Penev Date: Mon, 27 May 2019 23:48:46 +0000 (-0700) Subject: cjdns: Do not build on ARC X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=refs%2Fpull%2F479%2Fhead;p=feed%2Frouting.git cjdns: Do not build on ARC Is not supported by node. Signed-off-by: Rosen Penev --- diff --git a/cjdns/Makefile b/cjdns/Makefile index cd5ca90..03e9954 100644 --- a/cjdns/Makefile +++ b/cjdns/Makefile @@ -38,7 +38,7 @@ define Package/cjdns TITLE:=Encrypted near-zero-conf mesh routing protocol URL:=https://github.com/cjdelisle/cjdns MAINTAINER:=Lars Gierth - DEPENDS:=@IPV6 +kmod-tun +libnl-tiny +libpthread +librt \ + DEPENDS:=@!arc @IPV6 +kmod-tun +libnl-tiny +libpthread +librt \ +libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2 endef